.content-ul_2 {
    width: 1.96rem;
    height: 2rem;
    position: relative;
    margin: 0 0 0.2rem 0.2rem;
    display: none;
}

.content-ul_2>li>a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.content-ul_2>li>a:hover {
    color: #E5201C;
}









.content-control {
   max-width: 10.9rem;
}

.content-control_1 {
    width: 10.9rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 0.3rem;
}

.content-control_2 {
    width: 10.9rem;
    margin-top: 0.4rem;
    border: 0.01rem dashed #c5c4c4;
    overflow: hidden;

}

.content-control_2>img {
    width: 10.8rem;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}

.content-control_2>img:hover{
    transform: scale(1.1);
}

.content-control_3 {
    padding-top: 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-control_3>p {
    font-weight: bold;
}

.content-control_3>ul {
    padding-left: 0.3rem;
}

.content-control_3>ul>li {
    list-style-type: disc;
    transition: all 0.3s;
    cursor: pointer;
}
.content-control_3>ul>li:hover{
    color: #e5201c;
}
.content-control_3>ul li::marker {
    color: #e5210c;
}

.content-control_4,
.content-control_6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
    padding: 0.4rem 0;
}
.content-control_4 img,
.content-control_6 img{
    width: 24%;
    object-fit: cover;
    overflow: hidden;
    transition: transform .5s ease;
    cursor: pointer;
}
.content-control_4 img:hover,
.content-control_6 img:hover{
    transform:  translateY(-.2rem);
}
.content-control_5 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-control_6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-control_7 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-control_7>p {
    width: 100%;
    font-weight: bold;
}

.content-control_7>ul {
    padding-left: 0.2rem;
    padding-bottom: 1.26rem;
    width: 5rem;
}

.content-control_7>ul>li {
    list-style-type: disc;
    transition: all 0.3s;
    cursor: pointer;
}

.content-control_7>ul>li:hover{
    color: #e5201c;
}

.content-control_7>ul li::marker {
    color: #e5210c;
}


@media only screen and (max-width: 1024px) {
    .content-control_1{
        width: 100%;
    font-size: 12px;
    }
    .content-control_2,.content-control_2>img{
        width: 100%;
    }
    .content-control_3>ul>li,.content-control_7>ul>li{
        font-size: 12px;
    }
    .content-control_4, .content-control_6{
        flex-wrap: wrap;
    }
    .content-control_4 img, .content-control_6 img{
        flex: 0 0 49%;
        margin-bottom: 0.3rem;
    }
    .content-control_5{
        font-size: 12px;
    }
}